@caseparts-org/caseblocks 0.0.198 → 0.0.200
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/Cart.module-Bkx4eSqm.js +25 -0
- package/dist/assets/Cart.css +1 -1
- package/dist/assets/MainNav.css +1 -1
- package/dist/molecules/Cart/Cart.js +1 -1
- package/dist/molecules/Cart/CartPart.js +1 -1
- package/dist/molecules/Cart/CartSlideInPanel.js +1 -1
- package/dist/organisms/MainNav/MainNav.js +56 -53
- package/package.json +1 -1
- package/dist/Cart.module-Jz43jenN.js +0 -25
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import './assets/Cart.css';const t = "_cartIconButton_pdd52_2", o = "_count_pdd52_9", e = "_cartContainer_pdd52_24", n = "_headerWrapper_pdd52_35", _ = "_header_pdd52_35", a = "_cartItems_pdd52_53", c = "_cartItem_pdd52_53", d = "_topRow_pdd52_79", r = "_itemInfo_pdd52_86", s = "_editUnit_pdd52_91", i = "_purchaseInformation_pdd52_107", p = "_availabilitySlot_pdd52_113", m = "_priceSlot_pdd52_116", I = "_itemManagement_pdd52_119", u = "_quantitySlot_pdd52_125", l = "_itemImage_pdd52_135", h = "_removeItem_pdd52_138", S = "_noItems_pdd52_148", y = "_subtotal_pdd52_155", b = "_checkoutButton_pdd52_162", f = {
|
|
2
|
+
cartIconButton: t,
|
|
3
|
+
count: o,
|
|
4
|
+
cartContainer: e,
|
|
5
|
+
headerWrapper: n,
|
|
6
|
+
header: _,
|
|
7
|
+
cartItems: a,
|
|
8
|
+
cartItem: c,
|
|
9
|
+
topRow: d,
|
|
10
|
+
itemInfo: r,
|
|
11
|
+
editUnit: s,
|
|
12
|
+
purchaseInformation: i,
|
|
13
|
+
availabilitySlot: p,
|
|
14
|
+
priceSlot: m,
|
|
15
|
+
itemManagement: I,
|
|
16
|
+
quantitySlot: u,
|
|
17
|
+
itemImage: l,
|
|
18
|
+
removeItem: h,
|
|
19
|
+
noItems: S,
|
|
20
|
+
subtotal: y,
|
|
21
|
+
checkoutButton: b
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
f as s
|
|
25
|
+
};
|
package/dist/assets/Cart.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._cartIconButton_pdd52_2{position:relative;border:none;padding:0;margin:0;background-color:transparent}._count_pdd52_9{position:absolute;top:0;left:14px;border-radius:50%;width:18px;height:18px;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:var(--color-brand-primary-primary-tangerine);color:var(--color-neutrals-neutral-1);font-weight:var(--font-weight-semibold)}._cartContainer_pdd52_24{height:100vh;width:100%;min-width:320px;max-width:375px;box-sizing:border-box;display:grid;grid-template-rows:auto auto 1fr auto auto;gap:var(--spacing-1);padding:var(--spacing-1)}._headerWrapper_pdd52_35{display:flex;flex-direction:row;align-items:flex-start;gap:var(--spacing-spacing-2xs)}._headerWrapper_pdd52_35>button{padding:0;margin:0;background-color:transparent;border:none}._header_pdd52_35{display:flex;flex-direction:column;align-items:flex-start;width:100%}._cartItems_pdd52_53{height:100%;overflow-y:auto;overflow-x:hidden}._cartItems_pdd52_53 ul{margin:0;padding:0;display:flex;flex-direction:column;gap:var(--spacing-spacing-1xs)}._cartItem_pdd52_53{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--spacing-0-5);align-items:start;box-sizing:border-box;position:relative;list-style:none;margin:0;padding:var(--spacing-0-5);width:100%;border:1px solid var(--color-neutrals-neutral-2);border-radius:var(--border-radius-md)}._topRow_pdd52_79{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--spacing-spacing-4xs)}._itemInfo_pdd52_86{display:flex;flex-direction:column;align-items:flex-start}._editUnit_pdd52_91{display:flex;align-items:center;text-align:start;gap:var(--spacing-spacing-3xs);border:none;background-color:transparent;padding:0;margin:0;cursor:pointer;color:var(--text-text-links);word-wrap:break-word;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold)}._purchaseInformation_pdd52_107{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;width:100%}._availabilitySlot_pdd52_113{min-width:0}._priceSlot_pdd52_116{justify-self:end}._itemManagement_pdd52_119{display:flex;flex-direction:column;align-items:stretch;gap:var(--spacing-spacing-3xs)}._quantitySlot_pdd52_125{align-self:flex-end}._cartItem_pdd52_53 p{margin:0;padding:0;word-wrap:break-word;white-space:normal;overflow-wrap:break-word}._itemImage_pdd52_135{object-fit:contain}._removeItem_pdd52_138{border:none;background-color:transparent;padding:0;margin:0;cursor:pointer;width:min-content;height:min-content}._noItems_pdd52_148{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%}._subtotal_pdd52_155{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--spacing-0-5)}._checkoutButton_pdd52_162{width:100%;height:fit-content}
|
package/dist/assets/MainNav.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._main_14nx2_1{box-shadow:#bbb3 0 8px 24px;padding:var(--spacing-0-5) 0;z-index:1;position:relative}._column_14nx2_8{box-sizing:border-box;padding:0 var(--spacing-1)}._topNav_14nx2_13{padding-bottom:var(--spacing-0-5);gap:var(--spacing-1-5)}@media (max-width: 1281px){._topNav_14nx2_13{gap:var(--spacing-1);padding-bottom:0}}._logo_14nx2_21{cursor:pointer}._operations_14nx2_24{gap:var(--spacing-1-5);width:100%}@media (max-width: 1281px){._operations_14nx2_24{gap:var(--spacing-1)}}._search_14nx2_31{flex:1}._siteLink_14nx2_34{color:var(--color-brand-primary-primary-black);cursor:default;border:none;background-color:transparent;padding:0;margin:0;font-family:var(--font-family-display);font-size:var(--font-size-md);cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:var(--spacing-spacing-4xs)}._siteLink_14nx2_34:hover{text-decoration:underline;color:var(--text-text-links)}@media (max-width:1280px){._siteLink_14nx2_34{font-family:var(--font-family-body);font-size:var(--font-size-sm)}}._siteLink_14nx2_34 path{fill:var(--color-brand-primary-primary-teal-blue)}._accountArea_14nx2_61{width:145px}@media (max-width: 1281px){._accountArea_14nx2_61{width:min-content}}._cart_14nx2_67{border:none;padding:0;margin:0;background-color:transparent}._category_14nx2_73{list-style:none;min-height:42px;display:flex;flex-direction:row;align-items:stretch;padding:0}._categoryLink_14nx2_81{color:var(--text-text-primary);text-decoration:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}._categoryLink_14nx2_81:hover{color:var(--color-brand-primary-primary-teal-blue);text-decoration:none}._categoryLink_14nx2_81 path{fill:var(--color-brand-primary-primary-teal-blue)}._menuList_14nx2_97{list-style:none;padding:0;margin:0;height:min-content;display:flex;flex-direction:column;gap:var(--spacing-spacing-3xs)}._menuList_14nx2_97>li{width:100%;min-height:42px;padding:var(--spacing-spacing-2xs);border:1px solid var(--border-border-primary, #dfdfdf);box-sizing:border-box;display:flex;flex-direction:row;align-items:center;border-radius:var(--border-radius-md);color:var(--text-text-links)}._menuItemAction_14nx2_120{width:100%;display:flex;flex-direction:row;align-items:center;gap:var(--spacing-spacing-4xs);color:var(--color-brand-primary-primary-black)}._shortcutIcon_14nx2_129{color:var(--text-text-links)}
|
|
@@ -2,7 +2,7 @@ import { jsx as a, jsxs as d } from "react/jsx-runtime";
|
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { Icon as g } from "../../atoms/Icon/Icon.js";
|
|
4
4
|
import { Text as p } from "../../atoms/Text/Text.js";
|
|
5
|
-
import { s as m } from "../../Cart.module-
|
|
5
|
+
import { s as m } from "../../Cart.module-Bkx4eSqm.js";
|
|
6
6
|
const S = l.forwardRef(function({
|
|
7
7
|
cart: i,
|
|
8
8
|
open: t = !1,
|
|
@@ -8,7 +8,7 @@ import { QuantityInput as D } from "../QuantityInput/QuantityInput.js";
|
|
|
8
8
|
import { Icon as c } from "../../atoms/Icon/Icon.js";
|
|
9
9
|
import { Tooltip as F } from "../../atoms/Tooltip/Tooltip.js";
|
|
10
10
|
import { c as _ } from "../../clsx-OuTLNxxd.js";
|
|
11
|
-
import { s as i } from "../../Cart.module-
|
|
11
|
+
import { s as i } from "../../Cart.module-Bkx4eSqm.js";
|
|
12
12
|
function $({
|
|
13
13
|
imageUrl: g,
|
|
14
14
|
imageAlt: I = "Product image",
|
|
@@ -4,7 +4,7 @@ import { Text as l } from "../../atoms/Text/Text.js";
|
|
|
4
4
|
import { Button as h } from "../../atoms/Button/Button.js";
|
|
5
5
|
import { Icon as u } from "../../atoms/Icon/Icon.js";
|
|
6
6
|
import { CartPart as C } from "./CartPart.js";
|
|
7
|
-
import { s as t } from "../../Cart.module-
|
|
7
|
+
import { s as t } from "../../Cart.module-Bkx4eSqm.js";
|
|
8
8
|
function w({
|
|
9
9
|
open: p,
|
|
10
10
|
onClose: s,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as n, jsxs as s } from "react/jsx-runtime";
|
|
2
2
|
import S from "react";
|
|
3
3
|
import { Text as h } from "../../atoms/Text/Text.js";
|
|
4
4
|
import { Link as u } from "../../atoms/Link/Link.js";
|
|
5
|
-
import { Icon as
|
|
5
|
+
import { Icon as i } from "../../atoms/Icon/Icon.js";
|
|
6
6
|
import { Flex as m } from "../../atoms/Flex/Flex.js";
|
|
7
7
|
import { Grid as U, Column as C } from "../../atoms/Grid/Grid.js";
|
|
8
8
|
import { Logo as F } from "../../molecules/Logo/Logo.js";
|
|
@@ -11,9 +11,9 @@ import { HamburgerMenu as H } from "../../molecules/HamburgerMenu/HamburgerMenu.
|
|
|
11
11
|
import { ShoppingCart as q } from "../../molecules/Cart/Cart.js";
|
|
12
12
|
import { Account as B } from "../../molecules/Account/Account.js";
|
|
13
13
|
import { CategoryNav as G } from "../../molecules/CategoryNav/CategoryNav.js";
|
|
14
|
-
import { getHideAtStyles as
|
|
15
|
-
import { c as
|
|
16
|
-
import '../../assets/MainNav.css';const P = "
|
|
14
|
+
import { getHideAtStyles as x } from "../../atoms/HideAt.js";
|
|
15
|
+
import { c as t } from "../../clsx-OuTLNxxd.js";
|
|
16
|
+
import '../../assets/MainNav.css';const P = "_main_14nx2_1", Q = "_column_14nx2_8", T = "_topNav_14nx2_13", W = "_logo_14nx2_21", E = "_operations_14nx2_24", J = "_search_14nx2_31", O = "_siteLink_14nx2_34", R = "_accountArea_14nx2_61", V = "_category_14nx2_73", X = "_categoryLink_14nx2_81", Y = "_menuList_14nx2_97", Z = "_menuItemAction_14nx2_120", $ = "_shortcutIcon_14nx2_129", e = {
|
|
17
17
|
main: P,
|
|
18
18
|
column: Q,
|
|
19
19
|
topNav: T,
|
|
@@ -29,19 +29,19 @@ import '../../assets/MainNav.css';const P = "_main_1e17g_1", Q = "_column_1e17g_
|
|
|
29
29
|
shortcutIcon: $
|
|
30
30
|
}, pe = S.forwardRef(function({
|
|
31
31
|
account: l,
|
|
32
|
-
categories:
|
|
33
|
-
homeRoute:
|
|
34
|
-
faqRoute:
|
|
32
|
+
categories: r,
|
|
33
|
+
homeRoute: I,
|
|
34
|
+
faqRoute: L,
|
|
35
35
|
customPartsRoute: f,
|
|
36
|
-
aboutUsRoute:
|
|
36
|
+
aboutUsRoute: A,
|
|
37
37
|
contactRoute: p,
|
|
38
|
-
cart:
|
|
39
|
-
open:
|
|
38
|
+
cart: v,
|
|
39
|
+
open: k,
|
|
40
40
|
// consume external panel control props from CartPropsBase
|
|
41
|
-
className:
|
|
41
|
+
className: y,
|
|
42
42
|
onLoginClick: b,
|
|
43
43
|
onSearch: N,
|
|
44
|
-
onCategoryClick:
|
|
44
|
+
onCategoryClick: o,
|
|
45
45
|
onClickModelSerial: _,
|
|
46
46
|
onCartClick: w,
|
|
47
47
|
accountPopoverContent: z,
|
|
@@ -49,8 +49,8 @@ import '../../assets/MainNav.css';const P = "_main_1e17g_1", Q = "_column_1e17g_
|
|
|
49
49
|
isCategoriesLoading: j,
|
|
50
50
|
...D
|
|
51
51
|
}, M) {
|
|
52
|
-
return /* @__PURE__ */
|
|
53
|
-
/* @__PURE__ */
|
|
52
|
+
return /* @__PURE__ */ n(U, { ...D, gridWrapperClassName: t(e.main, y), children: /* @__PURE__ */ s(C, { span: 12, className: e.column, children: [
|
|
53
|
+
/* @__PURE__ */ s(
|
|
54
54
|
m,
|
|
55
55
|
{
|
|
56
56
|
flexDirection: "row",
|
|
@@ -58,8 +58,8 @@ import '../../assets/MainNav.css';const P = "_main_1e17g_1", Q = "_column_1e17g_
|
|
|
58
58
|
justifyContent: "space-between",
|
|
59
59
|
className: e.topNav,
|
|
60
60
|
children: [
|
|
61
|
-
/* @__PURE__ */
|
|
62
|
-
/* @__PURE__ */
|
|
61
|
+
/* @__PURE__ */ n("div", { className: e.logo, children: /* @__PURE__ */ n(u, { href: I, children: /* @__PURE__ */ n(F, {}) }) }),
|
|
62
|
+
/* @__PURE__ */ s(
|
|
63
63
|
m,
|
|
64
64
|
{
|
|
65
65
|
flexDirection: "row",
|
|
@@ -67,11 +67,14 @@ import '../../assets/MainNav.css';const P = "_main_1e17g_1", Q = "_column_1e17g_
|
|
|
67
67
|
justifyContent: "flex-end",
|
|
68
68
|
className: e.operations,
|
|
69
69
|
children: [
|
|
70
|
-
/* @__PURE__ */
|
|
71
|
-
/* @__PURE__ */ s("button", { onClick: _, className:
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
70
|
+
/* @__PURE__ */ n(m, { flexDirection: "row", hideAt: ["sm"], className: e.search, children: /* @__PURE__ */ n(g, { onSearch: N, inputName: "cpc-search" }) }),
|
|
71
|
+
/* @__PURE__ */ s("button", { onClick: _, className: t(e.siteLink, x(["sm", "md"])), children: [
|
|
72
|
+
/* @__PURE__ */ n(i, { iconKey: "fa-regular fa-sparkles", size: "sm" }),
|
|
73
|
+
"Model/Serial"
|
|
74
|
+
] }),
|
|
75
|
+
/* @__PURE__ */ n(c, { href: f, hideAt: ["sm", "md"], children: "Custom Parts" }),
|
|
76
|
+
/* @__PURE__ */ n(c, { href: p, hideAt: ["sm", "md"], children: "Contact Us" }),
|
|
77
|
+
/* @__PURE__ */ n("div", { className: e.accountArea, children: /* @__PURE__ */ n(
|
|
75
78
|
B,
|
|
76
79
|
{
|
|
77
80
|
account: l,
|
|
@@ -81,61 +84,61 @@ import '../../assets/MainNav.css';const P = "_main_1e17g_1", Q = "_column_1e17g_
|
|
|
81
84
|
isAccountLoading: K
|
|
82
85
|
}
|
|
83
86
|
) }),
|
|
84
|
-
/* @__PURE__ */
|
|
87
|
+
/* @__PURE__ */ n(
|
|
85
88
|
q,
|
|
86
89
|
{
|
|
87
90
|
ref: M,
|
|
88
|
-
cart:
|
|
89
|
-
open:
|
|
91
|
+
cart: v,
|
|
92
|
+
open: k,
|
|
90
93
|
onCartClick: w
|
|
91
94
|
}
|
|
92
95
|
),
|
|
93
|
-
/* @__PURE__ */
|
|
94
|
-
/* @__PURE__ */
|
|
95
|
-
/* @__PURE__ */
|
|
96
|
-
/* @__PURE__ */
|
|
97
|
-
/* @__PURE__ */
|
|
96
|
+
/* @__PURE__ */ s(H, { hideAt: ["lg"], children: [
|
|
97
|
+
/* @__PURE__ */ s("section", { children: [
|
|
98
|
+
/* @__PURE__ */ n(h, { size: "md", weight: "semibold", children: "Useful shortcuts" }),
|
|
99
|
+
/* @__PURE__ */ s("ul", { className: e.menuList, children: [
|
|
100
|
+
/* @__PURE__ */ n("li", { className: e.menuItem, children: /* @__PURE__ */ s(
|
|
98
101
|
"button",
|
|
99
102
|
{
|
|
100
103
|
onClick: _,
|
|
101
104
|
"data-hamburger-close": "true",
|
|
102
|
-
className:
|
|
105
|
+
className: t(e.siteLink, e.menuItemAction, x(["lg"])),
|
|
103
106
|
children: [
|
|
104
|
-
/* @__PURE__ */
|
|
107
|
+
/* @__PURE__ */ n(i, { iconKey: "fa-regular fa-sparkles", size: "sm", className: e.shortcutIcon }),
|
|
105
108
|
"Model/Serial"
|
|
106
109
|
]
|
|
107
110
|
}
|
|
108
111
|
) }),
|
|
109
|
-
/* @__PURE__ */
|
|
110
|
-
/* @__PURE__ */
|
|
112
|
+
/* @__PURE__ */ n("li", { className: e.menuItem, children: /* @__PURE__ */ s(c, { href: f, className: t(e.siteLink, e.menuItemAction), children: [
|
|
113
|
+
/* @__PURE__ */ n(i, { iconKey: "fa-regular fa-screwdriver-wrench", size: "sm", className: e.shortcutIcon }),
|
|
111
114
|
"Custom Parts"
|
|
112
115
|
] }) }),
|
|
113
|
-
/* @__PURE__ */
|
|
114
|
-
/* @__PURE__ */
|
|
116
|
+
/* @__PURE__ */ n("li", { className: e.menuItem, children: /* @__PURE__ */ s(c, { href: p, className: t(e.siteLink, e.menuItemAction), children: [
|
|
117
|
+
/* @__PURE__ */ n(i, { iconKey: "fa-regular fa-envelope", size: "sm", className: e.shortcutIcon }),
|
|
115
118
|
"Contact Us"
|
|
116
119
|
] }) }),
|
|
117
|
-
/* @__PURE__ */
|
|
118
|
-
/* @__PURE__ */
|
|
120
|
+
/* @__PURE__ */ n("li", { className: e.menuItem, children: /* @__PURE__ */ s(c, { href: L, className: t(e.siteLink, e.menuItemAction), children: [
|
|
121
|
+
/* @__PURE__ */ n(i, { iconKey: "fa-solid fa-question", size: "sm", className: e.shortcutIcon }),
|
|
119
122
|
"FAQ"
|
|
120
123
|
] }) }),
|
|
121
|
-
/* @__PURE__ */
|
|
122
|
-
/* @__PURE__ */
|
|
124
|
+
/* @__PURE__ */ n("li", { className: e.menuItem, children: /* @__PURE__ */ s(c, { href: A, className: t(e.siteLink, e.menuItemAction), children: [
|
|
125
|
+
/* @__PURE__ */ n(i, { iconKey: "fa-regular fa-people-group", size: "sm", className: e.shortcutIcon }),
|
|
123
126
|
"About Us"
|
|
124
127
|
] }) })
|
|
125
128
|
] })
|
|
126
129
|
] }),
|
|
127
|
-
/* @__PURE__ */
|
|
128
|
-
/* @__PURE__ */
|
|
129
|
-
/* @__PURE__ */
|
|
130
|
+
/* @__PURE__ */ s("section", { children: [
|
|
131
|
+
/* @__PURE__ */ n(h, { size: "md", weight: "semibold", children: "Shop by category" }),
|
|
132
|
+
/* @__PURE__ */ n("ul", { className: e.menuList, children: r && r.map((a) => /* @__PURE__ */ n("li", { className: e.category, children: /* @__PURE__ */ s(
|
|
130
133
|
u,
|
|
131
134
|
{
|
|
132
135
|
href: a.route,
|
|
133
136
|
className: e.categoryLink,
|
|
134
|
-
onClick: () =>
|
|
137
|
+
onClick: () => o == null ? void 0 : o(a),
|
|
135
138
|
children: [
|
|
136
|
-
/* @__PURE__ */
|
|
137
|
-
/* @__PURE__ */
|
|
138
|
-
|
|
139
|
+
/* @__PURE__ */ n(h, { size: "sm", children: a.label }),
|
|
140
|
+
/* @__PURE__ */ n(
|
|
141
|
+
i,
|
|
139
142
|
{
|
|
140
143
|
iconKey: "fa-solid fa-chevron-right",
|
|
141
144
|
title: "Navigate",
|
|
@@ -153,13 +156,13 @@ import '../../assets/MainNav.css';const P = "_main_1e17g_1", Q = "_column_1e17g_
|
|
|
153
156
|
]
|
|
154
157
|
}
|
|
155
158
|
),
|
|
156
|
-
/* @__PURE__ */
|
|
157
|
-
/* @__PURE__ */
|
|
159
|
+
/* @__PURE__ */ n(m, { flexDirection: "row", hideAt: ["md", "lg"], children: /* @__PURE__ */ n(g, { onSearch: N, inputName: "cpc-search", className: e.search }) }),
|
|
160
|
+
/* @__PURE__ */ n(
|
|
158
161
|
G,
|
|
159
162
|
{
|
|
160
|
-
categories:
|
|
163
|
+
categories: r,
|
|
161
164
|
isCategoriesLoading: j,
|
|
162
|
-
onCategoryClick:
|
|
165
|
+
onCategoryClick: o
|
|
163
166
|
}
|
|
164
167
|
)
|
|
165
168
|
] }) });
|
|
@@ -167,9 +170,9 @@ import '../../assets/MainNav.css';const P = "_main_1e17g_1", Q = "_column_1e17g_
|
|
|
167
170
|
function c({
|
|
168
171
|
href: d,
|
|
169
172
|
children: l,
|
|
170
|
-
...
|
|
173
|
+
...r
|
|
171
174
|
}) {
|
|
172
|
-
return /* @__PURE__ */
|
|
175
|
+
return /* @__PURE__ */ n(u, { href: d, className: e.siteLink, ...r, children: l });
|
|
173
176
|
}
|
|
174
177
|
export {
|
|
175
178
|
pe as MainNav
|
package/package.json
CHANGED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import './assets/Cart.css';const t = "_cartIconButton_pzhyb_2", o = "_count_pzhyb_9", e = "_cartContainer_pzhyb_24", n = "_headerWrapper_pzhyb_35", _ = "_header_pzhyb_35", a = "_cartItems_pzhyb_53", c = "_cartItem_pzhyb_53", r = "_topRow_pzhyb_79", s = "_itemInfo_pzhyb_85", i = "_editUnit_pzhyb_90", p = "_purchaseInformation_pzhyb_106", m = "_availabilitySlot_pzhyb_112", h = "_priceSlot_pzhyb_115", y = "_itemManagement_pzhyb_118", b = "_quantitySlot_pzhyb_124", I = "_itemImage_pzhyb_134", u = "_removeItem_pzhyb_137", z = "_noItems_pzhyb_147", l = "_subtotal_pzhyb_154", d = "_checkoutButton_pzhyb_161", S = {
|
|
2
|
-
cartIconButton: t,
|
|
3
|
-
count: o,
|
|
4
|
-
cartContainer: e,
|
|
5
|
-
headerWrapper: n,
|
|
6
|
-
header: _,
|
|
7
|
-
cartItems: a,
|
|
8
|
-
cartItem: c,
|
|
9
|
-
topRow: r,
|
|
10
|
-
itemInfo: s,
|
|
11
|
-
editUnit: i,
|
|
12
|
-
purchaseInformation: p,
|
|
13
|
-
availabilitySlot: m,
|
|
14
|
-
priceSlot: h,
|
|
15
|
-
itemManagement: y,
|
|
16
|
-
quantitySlot: b,
|
|
17
|
-
itemImage: I,
|
|
18
|
-
removeItem: u,
|
|
19
|
-
noItems: z,
|
|
20
|
-
subtotal: l,
|
|
21
|
-
checkoutButton: d
|
|
22
|
-
};
|
|
23
|
-
export {
|
|
24
|
-
S as s
|
|
25
|
-
};
|